Skip to content

Commit

Permalink
Merge pull request #887 from linuxserver/code-server-golang-3.19
Browse files Browse the repository at this point in the history
code-server-golang: Use alpine 3.19
  • Loading branch information
aptalca authored Apr 19, 2024
2 parents 98c6cd2 + 85d138c commit e35abe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage

ARG GO_VERSION

Expand Down

0 comments on commit e35abe0

Please sign in to comment.