Skip to content

Commit

Permalink
Use the latest patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Jun 18, 2023
1 parent 7e32f2a commit 6b8bb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker/full/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG repo_name_21
# Remove ${repo_name_21} to pull from Docker Hub.
FROM ${repo_name_21}/jfrog-docker/golang:1.20.5 as builder
FROM ${repo_name_21}/jfrog-docker/golang:1.20 as builder
ARG image_name=jfrog-cli-full
ARG cli_executable_name
WORKDIR /${image_name}
Expand Down
2 changes: 1 addition & 1 deletion build/docker/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG repo_name_21
# Remove ${repo_name_21} to pull from Docker Hub.
FROM ${repo_name_21}/jfrog-docker/golang:1.20.5-alpine as builder
FROM ${repo_name_21}/jfrog-docker/golang:1.20-alpine as builder
ARG image_name=jfrog-cli
ARG cli_executable_name
WORKDIR /${image_name}
Expand Down

0 comments on commit 6b8bb4a

Please sign in to comment.