Skip to content

Commit

Permalink
chore: pin Dockerfile Alpine version again (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm authored Dec 13, 2023
1 parent 6919109 commit 4e24783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21-alpine AS build
# Currently can't go to 3.19 due to issue: https://github.com/mattn/go-sqlite3/issues/1164#issuecomment-1848677118
FROM golang:1.21-alpine3.18 AS build
RUN apk update
RUN apk upgrade
RUN apk add --update gcc g++
Expand Down

0 comments on commit 4e24783

Please sign in to comment.