Skip to content

Commit

Permalink
Install go v1.21 on the dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Oct 17, 2023
1 parent e43e151 commit a5f2a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ghcr.io/damyan/sak-base

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential golang-1.19-go golang-1.20-go make \
build-essential golang-1.19-go golang-1.20-go golang-1.21-go make \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit a5f2a9e

Please sign in to comment.