Skip to content

Commit dd06251

Browse files
build(deps): Bump elastic-apm to 4.8.0 (#278)
1 parent 12dc3ac commit dd06251

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ LABEL \
2323
org.label-schema.schema-version="1.0" \
2424
org.label-schema.vendor="Elastic" \
2525
org.label-schema.name="opbeans-ruby" \
26-
org.label-schema.version="4.7.3" \
26+
org.label-schema.version="4.8.0" \
2727
org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \
2828
org.label-schema.vcs-url="https://github.com/elastic/opbeans-ruby" \
2929
org.label-schema.license="MIT" \
3030
org.opencontainers.image.vendor="Elastic" \
3131
org.opencontainers.image.title="opbeans-ruby" \
32-
org.opencontainers.image.version="4.7.3" \
32+
org.opencontainers.image.version="4.8.0" \
3333
org.opencontainers.image.url="https://hub.docker.com/r/opbeans/opbeans-ruby" \
3434
org.opencontainers.image.source="https://github.com/elastic/opbeans-ruby" \
3535
org.opencontainers.image.licenses="MIT" \

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_source(:github) do |repo_name|
88
end
99

1010
gem 'sprockets'
11-
gem 'elastic-apm', '4.7.3'
11+
gem 'elastic-apm', '4.8.0'
1212
gem 'foreman'
1313
gem 'http'
1414
gem 'lograge'

0 commit comments

Comments
 (0)