Skip to content

Commit

Permalink
Update Dockerfile to use go 1.21 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Jan 23, 2024
1 parent 93e44e9 commit 06a5913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20 as builder
FROM golang:1.21 as builder

ARG TAG
ARG COMMIT
Expand Down Expand Up @@ -47,4 +47,4 @@ COPY LICENSE.txt /
COPY third-party-licenses.txt /
COPY --from=jq /jq /usr/local/bin/jq

ENTRYPOINT [ "apigeecli" ]
ENTRYPOINT [ "apigeecli" ]

0 comments on commit 06a5913

Please sign in to comment.