Skip to content

Commit

Permalink
Update alpine base image (GoogleCloudPlatform#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbleyg authored Nov 15, 2022
1 parent b944e12 commit 4f47a72
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.9.2-alpine3.7 AS build

FROM golang:1.18-alpine3.15 AS build
FROM golang:1.19-alpine3.16 AS build

COPY . /ubbagent-src/
WORKDIR /ubbagent-src/
Expand All @@ -21,7 +21,7 @@ RUN apk add --no-cache make git
RUN rm -rf /ubbagent-src/.git
RUN make clean setup build

FROM alpine:3.15
FROM alpine:3.16
RUN apk add --update libintl ca-certificates && \
apk add --virtual build_deps gettext && \
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
Expand Down

0 comments on commit 4f47a72

Please sign in to comment.