Skip to content

Commit d07eec2

Browse files
committed
Bumps Alpine to 3.17.2 and coder-server to 1.75.1
1 parent 897ef81 commit d07eec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This is a hack to setup alternate architecture names
22
# For this to work, it needs to be built using docker 'buildx'
3-
FROM ghcr.io/raonigabriel/coder-core:1.0.3 AS linux-amd64
3+
FROM ghcr.io/raonigabriel/coder-core:1.0.4 AS linux-amd64
44
ARG ALT_ARCH=x64
55

6-
FROM ghcr.io/raonigabriel/coder-core:1.0.3 AS linux-arm64
6+
FROM ghcr.io/raonigabriel/coder-core:1.0.4 AS linux-arm64
77
ARG ALT_ARCH=arm64
88

99
# This inherits from the hack above
1010
FROM ${TARGETOS}-${TARGETARCH} AS builder
1111
ARG TARGETARCH
1212
ARG CLOUDFLARE_VERSION=2023.2.1
13-
ARG OPENVSCODE_VERSION=v1.75.0
13+
ARG OPENVSCODE_VERSION=v1.75.1
1414

1515
# Install npm, nodejs and some tools required to build native node modules
1616
USER root

0 commit comments

Comments
 (0)