Skip to content

Commit

Permalink
chore: Bump JDK17 default ARG version on Alpine Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent fc8bb46 commit f39be87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

ARG JAVA_VERSION=17.0.8.1_1
ARG JAVA_VERSION=17.0.10_7
ARG ALPINE_TAG=3.19.1
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down

0 comments on commit f39be87

Please sign in to comment.